.doneListingItemHead{
    background-color: transparent;
}
.doneListingItem{
    background-color: rgba(13, 10, 24, .37);
    border: 1px solid rgba(82, 80, 96, .45) !important;
    margin-top: 10px;
    position: relative;
    border-radius: 20px;
}
.doneListingItemHead {
    flex-direction: column;
    padding: 25px 20px;
    align-items: flex-start;
    position: relative;
    background-color: transparent;
}
.doneListingItem:first-of-type {
    border-radius: 20px;
}
.doneListingItem:last-of-type{
    border-radius: 20px;

    border-bottom: 1px solid rgba(82, 80, 96, .45);
}
.doneListingItemHeadLine1{
    display: flex;
    align-items: center;
    gap: 6px;
}
.doneListingItemHeadLine1 .text{
    color: rgb(182, 255, 24);
    font-size: 15px;
    font-weight: 700;
    line-height: 14px;
}
.doneListingItemHeadLine2{
    margin-top: 22px;
    width: 100%;
}
.doneListingItemHeadLine2List1{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.doneListingItemHeadLine2List1Item{
    display: flex;
    flex-direction: column;
}
.doneListingItemHeadLine2List1ItemText .text1{
    color: rgba(255, 255, 255,.5);
    font-size: 9.46px;
    font-weight: 400;
}
.doneListingItemHeadLine2List1ItemText .text2{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.doneListingItemHead:after{
    display: flex;
    width: 36px;
    height: 36px;
    backdrop-filter: blur(35.12px);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background-position: center;
    background-image: url("../images/arrowDown1.svg") !important;
    background-size: 8px auto;
    right:13.2px;
    top:20px;
    position: absolute;
}
.doneListingItemBodyWrap{
    padding: 25px 25px;
    padding-bottom: 10px;
}
.doneListingItemBodyResTitle{
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
}
.doneListingItemBodyResProggressBar{
    margin-top: 12px;
    border-radius: 8px;
    background: rgb(182, 255, 24);
    width: 100%;
    height: 10px;
}
.doneListingItemBodyResAmount{
    margin-top: 10px;
    color: rgb(182, 255, 24);
    font-size: 18px;
    font-weight: 700;
}
.doneListingItemHead:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.doneListingItemBodyInfo{
    margin-top: 24px;
}
.doneListingItemBodyInfoItemHeadTitle{
    display: flex;
    align-items: center;
    gap: 8px;
}
.doneListingItemBodyInfoItemHeadTitle .text{
    color: rgb(36, 209, 253);
    font-size: 15px;
    font-weight: 700;
}
.doneListingItemBodyInfoItem:nth-child(2) path{
    fill: rgb(182, 255, 24);
}
.doneListingItemBodyInfoItem:nth-child(2) .doneListingItemBodyInfoItemHeadTitle .text{
    color: rgb(182, 255, 24);
}
.doneListingItemBodyInfoItem:nth-child(3) path{
    fill: rgb(239, 17, 169);
}
.doneListingItemBodyInfoItem:nth-child(3) .doneListingItemBodyInfoItemHeadTitle .text{
    color: rgb(239, 17, 169);
}

.doneListingItemBodyInfoItemHeadBodyListItem{
    color: rgba(255, 255, 255,.5);
    font-size: 11px;
    font-weight: 400;
}
.doneListingItemBodyInfoItem{
    background: transparent;
    border: none;
    border-top:1px solid rgba(255,255,255,.1) !important;
}
.doneListingItemBodyInfoItem:first-of-type{
}
.doneListingItemBodyInfoItemHead{
    background: transparent !important;
    padding: 25px 0 25px 0;
    box-shadow: none !important;
    transition:all 0.2s 0s linear;
}
.doneListingItemBodyInfoItemHead:not(.collapsed){
    padding-bottom: 10px;
}
.doneListingItemBodyInfoItemHeadBodyList{
    padding-bottom: 15px;
}

.doneListingItemBodyInfoItemHead:after{
    display: flex;
    width: 36px;
    height: 36px;
    backdrop-filter: blur(35.12px);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background-position: center;
    background-image: url("../images/arrowDown1.svg") !important;
    background-size: 8px auto;
    right:-5px;
    top:20px;
    position: absolute;
}
.doneListingInnerNf{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left:50%;
    width: 275px;
}
.doneListingInnerNfImg{
    text-align: center;
}
.doneListingInnerNfText{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    margin-top: 15px;
}
.doneListingInnerNfOpen{
    margin-top: 30px;
}
.doneListingItemHead{
    border-bottom: 1px solid rgba(82, 80, 96, 0);
    transition:none !important;
}
.doneListingItemHead[aria-expanded = "true"]{
    border-bottom: 1px solid rgba(82, 80, 96, .45);
    border-top:none;
    border-radius: 14px;
}
@media (max-width: 1500px) {
    /*end1500*/
}

@media (max-width: 1200px) {

    /*end1280*/
}

@media (max-width: 992px) {

    /*end992*/
}


@media (max-width: 767px) {

    /*end768*/
}


@media (max-width: 480px) {

    /*end480*/
}
@media (max-width: 370px) {

}
@media (max-width: 360px) {

    /*end360*/
}


@media (min-width: 1200px){
    .doneListingItemHeadLine1 .icon svg{
        width: 38px;
        height: 38px;
    }
    .doneListingItemHeadLine1 .text{
        font-size: 18px;
    }
    .doneListingItemHead{
        flex-direction: row;
        align-items: center;
        padding: 36px 25px;
    }

    .doneListingItemHeadLine2{
        width: auto;
        margin-top: 0;
        margin-left: 30px;
    }
    .doneListingItemHeadLine2List1ItemText .text1{
        font-size: 12px;
    }
    .doneListingItemHeadLine2List1ItemText .text2{
        font-size: 16px;
    }
    .doneListingItemHeadLine2List1{
        gap: 50px;
    }
    .doneListingItemHeadLine2List1Item{
        position: relative;
    }
    .doneListingItemHeadLine2List1Item:after{
        content: " ";
        position: absolute;
        display: block;
        right:-25px;
        top: 0;
        width:1px;
        height:100%;
        background-color: rgba(255,255,255,.1);
    }
    .doneListingItemHeadLine2List1Item:last-child:after{
        display: none;
    }
    .doneListingItemHead:after{
        width: 40px;
        height: 40px;
        position: relative;
        top: 50%;
    }
    .doneListingItemBodyInfo>.accordion{
        display: flex;
        justify-content: space-between;
    }
    .doneListingItemBodyInfoItem{
        width: 33.3%;
        border-top: none !important;
        max-width: 200px;
    }
    .doneListingItemBodyInfoItemHead{
        padding-top: 0;
        padding-bottom: 0;
    }
    .doneListingItemBodyInfoItemHead:after{
        top:-5px;
    }
    .doneListingItemBodyWrap{
        display: flex;
        gap: 20px;
        padding: 36px 25px;
        flex-wrap: wrap;
    }
    .doneListingItemBodyRes{
        width: 100%;
    }
    .doneListingItemBodyInfo{
        width: 100%;
    }
    .doneListingItemBodyInfoItemHeadBodyList{
        margin-top: 20px;
    }
    .doneListingItemBodyInfoItemHead:not(.collapsed){
        padding-bottom: 0;
    }
    .doneListingInnerNfText{
        font-size: 18px;
        line-height: 1.3;
    }
    .doneListingInnerNf{
        width:  411px;
        left: calc(50% + 130px);
    }
}
@media (min-width: 1440px) {
    .doneListingItemHeadLine2{
        margin-left: 54px;
    }
    .doneListingItemHeadLine2List1ItemText .text2{
        font-size: 16px;
    }
    .doneListingItemHeadLine2List1ItemText .text1{
        font-size: 14px;
    }
    .doneListingItemHeadLine2List1{
        gap: 80px;
    }
    .doneListingItemBodyRes{
        width: 280px;
    }
    .doneListingItemBodyInfo{
        width: calc(100% - 280px);
    }
    .doneListingItemBodyWrap{
        gap: 84px;
        flex-wrap: nowrap;
    }
}