.empty-wrap{
    height: 100%;
    width: 100%;
    padding: 2rem;
    position: relative;
}
.empty-wrap-box{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    /*margin: 0 auto;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
}
.empty-image {
    width: 70%;
    max-height: 65%;
}
.empty-text-wrap{
    width: 90%;
    text-align: center;
}
.empty-text{
    font-size: 1.4rem;
}
.text-red{
    color: #DF3736;
}