.txt-red{
    color:#ff0000
}
.icon-list {
    background-image: url(img/icon-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 52px;
}
.icon-tg {
    background-image: url(img/icon-tg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 52px;
}
.icon-user {
    background-image: url(img/icon-user.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 52px;
}
.font-20{
    font-size:20px
}
.font-16{
    font-size:16px
}
.fw-700{
    font-weight:700
}
.fw-600 {
    font-weight: 600
}
.lh-05{
    line-height:1.3rem
}
.card-custom {
    border: 1px solid #DCE1E7;
    border-radius: 1rem;
}
.page-title-box{
    display:none!important
}
.p-abs{
    position:absolute
}