.notificationsInnerList1{
    margin-left: -7px;
    margin-right: -7px;
}
.notificationsInnerList1Item{
    border: 1px solid rgba(82, 80, 96, 0.45);
    border-radius: 20px;
    background: rgba(13, 10, 24, 0.37);
    padding: 20px 20px;
    margin-top: 10px;
}
.notificationsInnerList1Item:first-child{
    margin-top: 0;
}
.notificationsInnerList1ItemLine1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.notificationsInnerList1ItemLine1Name{
    display: flex;
    align-items: center;
    gap: 6px;
}
.notificationsInnerList1ItemLine1Name .text{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
}
.notificationsInnerList1Item.now .notificationsInnerList1ItemLine1Name .text{
    color: rgb(182, 255, 24);
}
.notificationsInnerList1Item.now .notificationsInnerList1ItemLine1Name path{
    fill:rgb(182, 255, 24);
}
.notificationsInnerList1ItemLine1Name svg{
    display: flex;
}
.notificationsInnerList1ItemLine1d{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    opacity: .4;
}
.notificationsInnerList1ItemLine2{
    margin-top: 15px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.notificationsInnerList1ItemLine3{
    margin-top: 5px;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 400;
    opacity: .6;
}

.notificationsInnerNf{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left:50%;
    width: 275px;
}
.notificationsInnerNfImg{
    text-align: center;
}
.notificationsInnerNfText{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    margin-top: 15px;
}
.notificationsInnerNfOpen{
    margin-top: 30px;
}

@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) {
    .notificationsInnerList1ItemLine1Name svg{
        width: 32px;
        height: 32px;
    }
    .notificationsInnerList1ItemLine1Name .text{
        font-size: 18px;
        margin-left: 12px;
    }
    .notificationsInnerList1ItemLine1d{
        font-size: 14px;
    }
    .notificationsInnerList1ItemLine2{
        font-weight: 500;
    }
    .notificationsInnerList1ItemLine3{
        font-size: 15px;
    }
    .notificationsInnerNf {
        width: 411px;
        left: calc(50% + 130px);
    }
    .notificationsInnerNfText {
        font-size: 18px;
        line-height: 1.3;
    }
}